golang.org/x/net/http2.http2Config.MaxDecoderHeaderTableSize (field)

8 uses

	net/http
		h2_bundle.go#L1056: 	MaxDecoderHeaderTableSize    uint32
		h2_bundle.go#L1074: 		MaxDecoderHeaderTableSize:    h2.MaxDecoderHeaderTableSize,
		h2_bundle.go#L1094: 		MaxDecoderHeaderTableSize: h2.MaxDecoderHeaderTableSize,
		h2_bundle.go#L1125: 	http2setDefault(&conf.MaxDecoderHeaderTableSize, 1, math.MaxUint32, http2initialHeaderTableSize)
		h2_bundle.go#L1171: 		conf.MaxDecoderHeaderTableSize = uint32(h2.MaxDecoderHeaderTableSize)
		h2_bundle.go#L4442: 	fr.ReadMetaHeaders = hpack.NewDecoder(conf.MaxDecoderHeaderTableSize, nil)
		h2_bundle.go#L4889: 		{http2SettingHeaderTableSize, conf.MaxDecoderHeaderTableSize},
		h2_bundle.go#L8151: 	maxHeaderTableSize := conf.MaxDecoderHeaderTableSize